Don't test datetime in locales with no encoding
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 25 Mar 2022 20:57:26 +0000 (20:57 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 25 Mar 2022 20:57:26 +0000 (20:57 +0000)
commitaa4dc41432e2aecaf109b5e3e9bd7fcf4a182be5
tree3ea05bbb5088b3059c255e9c4db1a74aadd19e57
parent11daaad2b0ae47cf60823af688ab9dd9c1f5b8fd
Don't test datetime in locales with no encoding

Some datetime tests run the test in every available locale.
If this set includes locales without an encoding (currently dsb_DE
and sah_RU), it fails due to Python bug
https://bugs.python.org/issue20088

Failure log
https://tests.reproducible-builds.org/debian/rbuild/buster/amd64/pandas_0.23.3+dfsg-3.rbuild.log.gz

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug: https://github.com/pandas-dev/pandas/issues/20957
Forwarded: no

Gbp-Pq: Name skip_noencoding_locales.patch
pandas/_config/localization.py